home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / compress / mad100.zip / README.MAD < prev   
Text File  |  1993-05-13  |  4KB  |  102 lines

  1. 1. Introduction
  2.  
  3.   Mike's Archive  Directory can  show you  the contents  of every  popular
  4.   archive type available and their self-extracting-executable (SFX) files.
  5.   MAD currently supports ARC, PAK, ZIP, ZOO, LZS, DWC and LZH archives and   
  6.   all self-extracting .COM and .EXE files created by SEA ARC, PK-ARC, PAK,
  7.   PK-ZIP, SEZ (zoo), LARC (lzs), DWC and LHARC (lzh).
  8.   
  9.   Before I made MAD, I had made MUC (Mike's Universal Contents), a utility
  10.   that enables  users of  QuickBBS or Opus BBS to view the contents of all
  11.   popular archive types.  Because users asked me if there wasn't a MUC for
  12.   DOS, I decided to convert the program and make a non-BBS version.
  13.   
  14.   I've made the MAD command set as compatible as possible with the DOS DIR
  15.   command.  So you can use the /P switch to let the program pause when the
  16.   screen is  full or  the /W  switch to  show the  archive members in wide
  17.   format. (other switches: see below)
  18.   
  19.   If you like this program, you can register for it in two ways :
  20.   -by uploading the complete MAD archive on a BBS and sending me a message
  21.    via CIS or Fido Netmail with your name and the BBS you put MAD on.
  22.   -by sending me $5.
  23.   Of course, you can also do both!
  24.  
  25.   Please send your registration, comments and suggestions to :
  26.  
  27.   e-mail address:                          normal address :
  28.     Compuserve    75470,1403                  Mike Sax
  29.     The Source    BFK721                      Callaertstraat 23
  30.     Fido Netmail  2:29/24                     B-2700 Sint-Niklaas
  31.                                               Belgium
  32.  
  33. 2. Command-line interface
  34.  
  35.   MAD basicly works like the DOS DIR command.  Its command line format is:
  36.   
  37.   MAD <archive name> [/P] [/W] [/T] [/B] [> outfile]
  38.   
  39.   With <archive  name> =  the name  of the archive you want to view.  This
  40.   name can contain wild-cards (e.g. *.EXE).
  41.   
  42.   Please note that the switches have to be seperated by spaces.
  43.   
  44.   /P switch: When the screen is full, "- more -" will be displayed and you
  45.              have to press a key to continue.
  46.   /W switch: All files are displayed in wide format.
  47.   /T switch: Displays the information in technical format.  This parameter
  48.              shows the CRC and displays the Method  field in a technically    
  49.              more descriptive way.  This switch  can be  useful if you are
  50.              interested in data-compression  but you don't want to keep a 
  51.              list of what Reduced, Packed, etc... means.
  52.   /B switch: Display the archive name without the directory path.
  53.  
  54.   Examples:
  55.  
  56.   * To display the directory of the DEMO.ZIP archive:
  57.  
  58.                MAD DEMO
  59.  
  60.   * To print the directory of the TEST.ARC archive in the \PROOF directory
  61.     of drive B:
  62.  
  63.                MAD B:\PROOF\TEST.ARC >LPT1:
  64.  
  65.   * To redirect technical  information about the PK361.EXE self-extracting
  66.     archive to the PK.INF file:
  67.  
  68.                MAD PK361.EXE /T >PK.INF
  69.   
  70. 3. Some information
  71.  
  72.   MAD was  compiled using  Microsoft C  5.1 with  -Zp and  -Ox parameters.
  73.   (Actually, the  -Zp  switch was included  in the source  file by using a
  74.   #pragma pack(1) statement.)
  75.  
  76.   Special thanks to Johan Zwiekhorst for beta-testing  and giving a lot of
  77.   very helpful suggestions.
  78.   
  79.   The program looks at ANY file specified regardless of extentsion.  So if
  80.   you have  a ZIP  file that  has extension  .LZH or .DTA, no problem, MAD
  81.   will tell you it's a ZIP file and give you a directory of it.
  82.  
  83.   MAD is also  relatively version independant  for self extracting .EXE or
  84.   .COM files.   Although this feature is nice , it can slow down the prog-
  85.   ram a bit.  However, I decided that  flexibility was more important than
  86.   speed.  This doesn't mean that  MAD is slow, it only means that it could
  87.   be a few miliseconds faster if I left these features out.
  88.  
  89.   If you have any comments, complaints or suggestions, please let me know!
  90.     
  91. I hope you enjoy using this program as much as I enjoyed writing it...
  92.   
  93. bye,
  94.   
  95. \\ Mike Sax \\
  96.  
  97.   e-mail address:                          normal address :
  98.     Compuserve    75470,1403                  Mike Sax
  99.     The Source    BFK721                      Callaertstraat 23
  100.     Fido Netmail  2:29/24                     B-2700 Sint-Niklaas
  101.                                               Belgium
  102.